home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’92 / PatchWorks Kit / <PatchWorks++> / LoadExtension.h < prev    next >
Text File  |  1992-05-30  |  485b  |  29 lines

  1. /*
  2.     LoadExtension.h
  3.     
  4.     Loads an extension into the system heap.
  5.     
  6.     Part of PatchWorks, the Extension Development Framework.
  7.     
  8.     by Mouse Herrell & Patrick Beard.
  9.     
  10.     Permission is granted to use this source code for any purpose, as long
  11.     as the copyright notice is maintained.
  12.     
  13.     © 1992 Berkeley Systems, Inc.
  14. */
  15.  
  16. #ifndef _LOAD_EXTENSION_
  17. #define _LOAD_EXTENSION_
  18.  
  19. #ifdef THINK_C
  20. #if !__option(a4_globals)
  21. #error
  22. #endif
  23. #endif
  24.  
  25. #include "Extension.h"
  26. #include "ShowIconFamily.h"
  27.  
  28. #endif
  29.